﻿vote_for_dynasty_modifier = {
    modifier = {
        desc = married_into_family_modifier
        NOT = { this = scope:candidate }
        exists = scope:candidate.primary_spouse.dynasty
        this.dynasty = scope:candidate.primary_spouse.dynasty
        add = {
            value = 25
            if = {
                limit = {
                    this.house = scope:candidate.primary_spouse.house
                }
                add = 25
            }
        }
    }
}